# CONST TEST = 10

// allow duplicate definition of constant
# CONST TEST = 10

// disallow re-definition of constant
# CONST TEST = 5

